home *** CD-ROM | disk | FTP | other *** search
-
-
-
- FSEEK(2) MiNT SYSTEM CALLS FSEEK(2)
-
-
- N✓NA✓AM✓ME✓E
- Fseek - move read/write file pointer
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <osbind.h>
-
- long Fseek(long offset, int handle, int seekmode);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- The file-pointer of the file indicated by handle is set
- according to the seekmode parameter:
- 0: the pointer is set to offset bytes
- 1: the pointer is set to its current location
- plus offset
- 2: the pointer is set to the size of the file
- plus offset
-
- R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
- The new position of the file pointer is returned.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-